home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / DTS Sample Code / Apple II Sample Code / APW.SC / SC20DTSToolLib / SCN20DTSToolLib < prev   
Encoding:
Text File  |  1990-06-25  |  2.2 KB  |  57 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #20:    DTS Tools and Libraries
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    MPW Components:
  11.  
  12. DTS.Lib1.v1.0      DTS.Lib1.v1.0
  13. FMD.asm            FakeModalDialog.Aii
  14. FMD.h              FakeModalDialog.h
  15. FMDUserTool.asm    FakeModalDialog.usage
  16. E16.FMD            FakeModalTool
  17. M16.FMD            FMDUserTool.Aii
  18. OffScn.port.asm    E16.FMD
  19. PMUserTool.asm     M16.FMD
  20. PtrCheck.asm       OffScn.port.Aii
  21. PM2Rgn.root        PixMapTool
  22. Full.Build         PixMapTool.usage
  23. Build.DTS.lib      PMUserTool.Aii
  24. Build.FMDTool      PtrCheck.Aii
  25. Build.pMTool       PixelMap2Rgn.Aii.obj
  26. Build.Macros       Make.DTS.Lib1.v1.0
  27.                    Make.FMDTool
  28.                    Make.pMTool
  29.  
  30. FakeModalTool provides routines for modal and movable-modal dialog boxes, 
  31. while PixMapTool provides off-screen pixelmap support and allows conversion of 
  32. pixelmaps to regions.  Documentation for these routines is forthcoming in a 
  33. manual from APDA and will also be released in the next revision of Apple II 
  34. Sample Code in electronic format.
  35. _____________________________________________________________________________
  36.  
  37. Although the object code for PixMapTool is included as part of this
  38. sample, you must obtain a license to use it in commercial applications.
  39. You can license redistribution rights for PixMapTool by contacting Apple
  40. Software Licensing:
  41.  
  42.             Apple Software Licensing
  43.             Apple Computer, Inc.,
  44.             20525 Mariani Avenue, M/S 38-I
  45.             Cupertino, CA, 95014
  46.             (408) 974-4667
  47.             AppleLink:  SW.LICENSE
  48.  
  49. APW 65816 assembly language users need APW v.1.0, APW Tools & Interfaces 
  50. v.1.1, and Apple IIGS System Software 5.0.2 or later.  Five APW command files, 
  51. Full.Build, Build.DTS.lib, Build.FMDTool, Build.PMTool, and Build.macros allow 
  52. you to perform complete or partial rebuilds of the tools.
  53.  
  54. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and the MPW IIGS Assembler 
  55. v.1.0 or later.  Three MakeFiles, Make.DTS.Lib1.v1.0, Make.FMDTool, and 
  56. Make.PMTool allow you to perform complete or partial rebuilds of the tools.
  57.